static-delta: remove unused struct
authorJonathan Lebon <jlebon@redhat.com>
Fri, 29 Jul 2016 16:31:42 +0000 (12:31 -0400)
committerAtomic Bot <atomic-devel@projectatomic.io>
Fri, 29 Jul 2016 16:38:19 +0000 (16:38 +0000)
Closes: #418
Approved by: cgwalters

src/libostree/ostree-repo-static-delta-processing.c

index ea1aad1789f55ad26c37394822f3a2df53a226d2..f78b7ab7d46814da66d58d6576ea5f7f1b253688 100644 (file)
@@ -87,11 +87,6 @@ typedef gboolean (*DispatchOpFunc) (OstreeRepo                 *repo,
                                     GCancellable               *cancellable,
                                     GError                    **error);
 
-typedef struct  {
-  const char *name;
-  DispatchOpFunc func;
-} OstreeStaticDeltaOperation;
-
 #define OPPROTO(name) \
   static gboolean dispatch_##name (OstreeRepo                 *repo, \
                                    StaticDeltaExecutionState  *state, \